Input for WinForms | ComponentOne
C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class
Properties Methods Events


In This Topic
    ObservableDictionary<TKey,TValue> Class Members
    In This Topic

    The following tables list the members exposed by ObservableDictionary<TKey,TValue>.

    Public Constructors
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public PropertyOverloaded. Gets or sets the element with the specified key.  
    Public PropertyGets an ICollection containing the keys of the ObservableDictionary<TKey,TValue>.  
    Public PropertyGets an ICollection containing the values in the ObservableDictionary<TKey,TValue>.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an element with the provided key and value to the ObservableDictionary<TKey,TValue>.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodDetermines whether the ObservableDictionary<TKey,TValue> contains an element with the specified key.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>)
    Public MethodOverloaded. Removes the element with the specified key from the ObservableDictionary<TKey,TValue>.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodGets the value associated with the specified key.  
    Top
    Public Events
    See Also